home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ftpconnect11 / _setup.1 / ftpconnect11.exe / 0 / RCDATA / TPAGESDLG / TPAGESDLG.txt
Text File  |  1998-03-11  |  4KB  |  175 lines

  1. object PagesDlg: TPagesDlg
  2.   Left = 134
  3.   Top = 102
  4.   BorderStyle = bsDialog
  5.   Caption = 'Tabbed Notebook Dialog'
  6.   ClientHeight = 169
  7.   ClientWidth = 220
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Panel1: TPanel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 257
  19.     Height = 137
  20.     BevelOuter = bvNone
  21.     BorderWidth = 5
  22.     ParentColor = True
  23.     TabOrder = 0
  24.     object PageControl1: TPageControl
  25.       Left = 5
  26.       Top = 5
  27.       Width = 212
  28.       Height = 124
  29.       ActivePage = TabSheet1
  30.       TabOrder = 0
  31.       object TabSheet1: TTabSheet
  32.         Caption = 'Server'
  33.         object Label1: TLabel
  34.           Left = 0
  35.           Top = 8
  36.           Width = 61
  37.           Height = 13
  38.           Caption = 'Hostname:'
  39.           Font.Color = clBlack
  40.           Font.Height = -11
  41.           Font.Name = 'MS Sans Serif'
  42.           Font.Style = [fsBold]
  43.           ParentFont = False
  44.         end
  45.         object Label2: TLabel
  46.           Left = 0
  47.           Top = 48
  48.           Width = 28
  49.           Height = 13
  50.           Caption = 'Port:'
  51.           Font.Color = clBlack
  52.           Font.Height = -11
  53.           Font.Name = 'MS Sans Serif'
  54.           Font.Style = [fsBold]
  55.           ParentFont = False
  56.         end
  57.         object Edit1: TEdit
  58.           Left = 0
  59.           Top = 24
  60.           Width = 121
  61.           Height = 21
  62.           TabOrder = 0
  63.           Text = 'Edit1'
  64.         end
  65.         object SpinEdit1: TSpinEdit
  66.           Left = 0
  67.           Top = 64
  68.           Width = 121
  69.           Height = 22
  70.           MaxValue = 0
  71.           MinValue = 0
  72.           TabOrder = 1
  73.           Value = 0
  74.         end
  75.       end
  76.       object TabSheet2: TTabSheet
  77.         Caption = 'Login properties'
  78.         object Label3: TLabel
  79.           Left = 0
  80.           Top = 8
  81.           Width = 48
  82.           Height = 13
  83.           Caption = 'User ID:'
  84.           Font.Color = clBlack
  85.           Font.Height = -11
  86.           Font.Name = 'MS Sans Serif'
  87.           Font.Style = [fsBold]
  88.           ParentFont = False
  89.         end
  90.         object Label4: TLabel
  91.           Left = 0
  92.           Top = 48
  93.           Width = 59
  94.           Height = 13
  95.           Caption = 'Password:'
  96.           Font.Color = clBlack
  97.           Font.Height = -11
  98.           Font.Name = 'MS Sans Serif'
  99.           Font.Style = [fsBold]
  100.           ParentFont = False
  101.         end
  102.         object Edit2: TEdit
  103.           Left = 0
  104.           Top = 24
  105.           Width = 121
  106.           Height = 21
  107.           TabOrder = 0
  108.           Text = 'Edit2'
  109.         end
  110.         object Edit3: TEdit
  111.           Left = 0
  112.           Top = 64
  113.           Width = 121
  114.           Height = 21
  115.           PasswordChar = '*'
  116.           TabOrder = 1
  117.           Text = 'Edit3'
  118.         end
  119.       end
  120.       object TabSheet3: TTabSheet
  121.         Caption = 'Directory'
  122.         object Label5: TLabel
  123.           Left = 0
  124.           Top = 8
  125.           Width = 129
  126.           Height = 13
  127.           Caption = 'Server initial directory:'
  128.           Font.Color = clBlack
  129.           Font.Height = -11
  130.           Font.Name = 'MS Sans Serif'
  131.           Font.Style = [fsBold]
  132.           ParentFont = False
  133.         end
  134.         object Edit4: TEdit
  135.           Left = 0
  136.           Top = 24
  137.           Width = 185
  138.           Height = 21
  139.           TabOrder = 0
  140.           Text = 'Edit4'
  141.         end
  142.       end
  143.     end
  144.   end
  145.   object Panel2: TPanel
  146.     Left = 0
  147.     Top = 138
  148.     Width = 257
  149.     Height = 34
  150.     BevelOuter = bvNone
  151.     ParentColor = True
  152.     TabOrder = 1
  153.     object OKBtn: TButton
  154.       Left = 51
  155.       Top = 2
  156.       Width = 75
  157.       Height = 25
  158.       Caption = 'OK'
  159.       Default = True
  160.       ModalResult = 1
  161.       TabOrder = 0
  162.     end
  163.     object CancelBtn: TButton
  164.       Left = 131
  165.       Top = 2
  166.       Width = 75
  167.       Height = 25
  168.       Cancel = True
  169.       Caption = 'Cancel'
  170.       ModalResult = 2
  171.       TabOrder = 1
  172.     end
  173.   end
  174. end
  175.